deployment/apim-policies/Gets the user profile.xml (15 lines of code) (raw):

<policies> <inbound> <base /> <set-backend-service base-url="{{userApiBaseUrl}}/api/v1" /> </inbound> <backend> <base /> </backend> <outbound> <base /> </outbound> <on-error> <base /> </on-error> </policies>